jumpDrawablesToCurrentState

Deprecated

Use jumpDrawablesToCurrentState directly.

On API 11 devices and above, call Drawable.jumpToCurrentState() on all Drawable objects associated with this view.

On API 21 and above, also calls StateListAnimator#jumpToCurrentState() if there is a StateListAnimator attached to this view.

Parameters

view

view for which to jump the drawable state.